home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / getmoney / order.frm < prev    next >
Text File  |  1995-05-08  |  21KB  |  621 lines

  1. VERSION 2.00
  2. Begin Form Order 
  3.    BackColor       =   &H00808000&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "GetMoney Order Form"
  6.    ClientHeight    =   6015
  7.    ClientLeft      =   1410
  8.    ClientTop       =   1125
  9.    ClientWidth     =   6120
  10.    ControlBox      =   0   'False
  11.    ForeColor       =   &H00000000&
  12.    Height          =   6420
  13.    Left            =   1350
  14.    LinkMode        =   1  'Source
  15.    LinkTopic       =   "Form1"
  16.    MaxButton       =   0   'False
  17.    MinButton       =   0   'False
  18.    ScaleHeight     =   6015
  19.    ScaleWidth      =   6120
  20.    Top             =   780
  21.    Width           =   6240
  22.    Begin TextBox CardExp 
  23.       Enabled         =   0   'False
  24.       ForeColor       =   &H00FF0000&
  25.       Height          =   285
  26.       Left            =   3960
  27.       TabIndex        =   20
  28.       Text            =   "Card Expiration"
  29.       Top             =   3960
  30.       Width           =   1572
  31.    End
  32.    Begin TextBox CardNum 
  33.       Enabled         =   0   'False
  34.       ForeColor       =   &H00FF0000&
  35.       Height          =   285
  36.       Left            =   240
  37.       TabIndex        =   19
  38.       Text            =   "Credit Card Number"
  39.       Top             =   4080
  40.       Width           =   3372
  41.    End
  42.    Begin TextBox CardName 
  43.       Enabled         =   0   'False
  44.       ForeColor       =   &H00FF0000&
  45.       Height          =   285
  46.       Left            =   240
  47.       TabIndex        =   18
  48.       Text            =   "Name As It Appears On Credit Card"
  49.       Top             =   3840
  50.       Width           =   3372
  51.    End
  52.    Begin PictureBox Label3D1 
  53.       BackColor       =   &H000000FF&
  54.       Height          =   1000
  55.       Left            =   0
  56.       ScaleHeight     =   975
  57.       ScaleWidth      =   975
  58.       TabIndex        =   25
  59.       Top             =   0
  60.       Width           =   1000
  61.       Begin Frame Frame2 
  62.          BackColor       =   &H00FFFFFF&
  63.          Caption         =   "Payment Method"
  64.          ForeColor       =   &H00C00000&
  65.          Height          =   852
  66.          Left            =   120
  67.          TabIndex        =   38
  68.          Top             =   2760
  69.          Width           =   2292
  70.          Begin OptionButton Option4 
  71.             Caption         =   "MasterCard"
  72.             Height          =   252
  73.             Index           =   3
  74.             Left            =   960
  75.             TabIndex        =   17
  76.             Top             =   480
  77.             Width           =   1212
  78.          End
  79.          Begin OptionButton Option4 
  80.             Caption         =   "VISA"
  81.             Height          =   252
  82.             Index           =   2
  83.             Left            =   960
  84.             TabIndex        =   16
  85.             Top             =   240
  86.             Width           =   852
  87.          End
  88.          Begin OptionButton Option4 
  89.             Caption         =   "Cash"
  90.             Height          =   252
  91.             Index           =   1
  92.             Left            =   120
  93.             TabIndex        =   15
  94.             Top             =   480
  95.             Width           =   852
  96.          End
  97.          Begin OptionButton Option4 
  98.             Caption         =   "Check"
  99.             Height          =   252
  100.             Index           =   0
  101.             Left            =   120
  102.             TabIndex        =   14
  103.             Top             =   240
  104.             Width           =   852
  105.          End
  106.       End
  107.       Begin TextBox Company 
  108.          Height          =   285
  109.          Left            =   120
  110.          TabIndex        =   0
  111.          Text            =   "Company"
  112.          Top             =   120
  113.          Width           =   5652
  114.       End
  115.       Begin TextBox FirstName 
  116.          Height          =   285
  117.          Left            =   120
  118.          TabIndex        =   1
  119.          Text            =   "First Name"
  120.          Top             =   360
  121.          Width           =   2772
  122.       End
  123.       Begin TextBox LastName 
  124.          Height          =   285
  125.          Left            =   2880
  126.          TabIndex        =   2
  127.          Text            =   "Last Name"
  128.          Top             =   360
  129.          Width           =   2892
  130.       End
  131.       Begin TextBox CompuserveMem 
  132.          Height          =   285
  133.          Left            =   120
  134.          TabIndex        =   3
  135.          Text            =   "Compuserve, AOL, Internet, or MCI Mail Address (If Member)"
  136.          Top             =   600
  137.          Width           =   5652
  138.       End
  139.       Begin TextBox Address 
  140.          Height          =   285
  141.          Left            =   120
  142.          TabIndex        =   4
  143.          Text            =   "Address"
  144.          Top             =   840
  145.          Width           =   5652
  146.       End
  147.       Begin TextBox City 
  148.          Height          =   285
  149.          Left            =   120
  150.          TabIndex        =   5
  151.          Text            =   "City"
  152.          Top             =   1080
  153.          Width           =   2772
  154.       End
  155.       Begin TextBox State 
  156.          Height          =   285
  157.          Left            =   2880
  158.          TabIndex        =   6
  159.          Text            =   "State/Country"
  160.          Top             =   1080
  161.          Width           =   1332
  162.       End
  163.       Begin TextBox Zip 
  164.          Height          =   285
  165.          Left            =   4200
  166.          TabIndex        =   7
  167.          Text            =   "Zip"
  168.          Top             =   1080
  169.          Width           =   1572
  170.       End
  171.       Begin TextBox DayPhone 
  172.          Height          =   285
  173.          Left            =   120
  174.          TabIndex        =   8
  175.          Text            =   "Day Phone With Area Code"
  176.          Top             =   1320
  177.          Width           =   2772
  178.       End
  179.       Begin TextBox FaxPhone 
  180.          Height          =   285
  181.          Left            =   2880
  182.          TabIndex        =   9
  183.          Text            =   "Fax Phone With Area Code"
  184.          Top             =   1320
  185.          Width           =   2892
  186.       End
  187.       Begin Frame Frame1 
  188.          Caption         =   "Delivery As:"
  189.          ForeColor       =   &H00000000&
  190.          Height          =   972
  191.          Left            =   120
  192.          TabIndex        =   29
  193.          Top             =   1680
  194.          Width           =   2292
  195.          Begin OptionButton Option1 
  196.             Caption         =   "3.5"
  197.             Height          =   255
  198.             Left            =   120
  199.             TabIndex        =   10
  200.             Top             =   240
  201.             Width           =   615
  202.          End
  203.          Begin OptionButton Option2 
  204.             Caption         =   "5.25"
  205.             Height          =   255
  206.             Left            =   960
  207.             TabIndex        =   11
  208.             Top             =   240
  209.             Width           =   735
  210.          End
  211.          Begin OptionButton Option3 
  212.             Caption         =   "Compuserve E-Mail "
  213.             Height          =   372
  214.             Left            =   120
  215.             TabIndex        =   12
  216.             Top             =   480
  217.             Width           =   2052
  218.          End
  219.       End
  220.       Begin TextBox Text1 
  221.          Height          =   288
  222.          Left            =   4080
  223.          TabIndex        =   13
  224.          Top             =   1800
  225.          Width           =   492
  226.       End
  227.       Begin PictureBox Picture3 
  228.          BackColor       =   &H00000000&
  229.          Height          =   60
  230.          Left            =   2556
  231.          ScaleHeight     =   30
  232.          ScaleWidth      =   3180
  233.          TabIndex        =   28
  234.          TabStop         =   0   'False
  235.          Top             =   3552
  236.          Width           =   3216
  237.       End
  238.       Begin TextBox Original 
  239.          Height          =   372
  240.          Left            =   120
  241.          TabIndex        =   21
  242.          Text            =   "Where Did You Obtain Your Original Unregistered Copy?"
  243.          Top             =   4440
  244.          Width           =   5652
  245.       End
  246.       Begin TextBox Comments1 
  247.          Height          =   324
  248.          Left